home *** CD-ROM | disk | FTP | other *** search
/ Celebration Sounds / Celebration Sounds.iso / pc / demos / 000main.dxr / Internal_1.ls < prev    next >
Encoding:
Text File  |  1998-03-02  |  258 b   |  18 lines

  1. on startMovie
  2.   global gDemoStyle, gSection
  3.   set gDemoStyle to "full"
  4.   set gSection to "full"
  5.   hChangeCursor("watch")
  6.   hSetupMovie()
  7. end
  8.  
  9. on stopMovie
  10.   hCleanupSprites()
  11.   unLoad()
  12. end
  13.  
  14. on hSetupMovie
  15.   hStandardPreLoad()
  16.   hSetupDimmedBackground()
  17. end
  18.